home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Collection 9 / CD-ROM Collection 9 - Disc 1.iso / pc / data / maina.dxr / 00029_m1-2.pct.ls < prev    next >
Encoding:
Text File  |  1997-10-11  |  283 b   |  15 lines

  1. on mouseDown
  2.   puppetSound("se.AIF")
  3.   puppetSprite(10, 0)
  4.   puppetSprite(11, 0)
  5.   puppetSprite(12, 0)
  6.   puppetSprite(13, 0)
  7.   puppetSprite(15, 0)
  8.   set the castNum of sprite 10 to cast "m1-3.pct"
  9.   updateStage()
  10.   repeat while stillDown()
  11.   end repeat
  12.   cursor(4)
  13.   go(1, "aa")
  14. end
  15.